html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f7f3e9;
  font-family: monospace;
}
main {
  flex: 1;
  display: flex;
  flex-direction: column;
}
ol, ul {
  list-style: none;
}

.header {
  background-color: #f2bf2b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  flex-wrap: wrap;
  position: relative;
}
.logo {
  height: 60px;
}
.menu-hamburguesa {
  font-size: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  height: 60px;
}
.menu-desktop ul {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 60px;
  left: 15px;
  background-color: #f2bf2b;
  padding: 10px;
  border-radius: 10px;
  gap: 10px;
  z-index: 1000;
}
.menu-desktop.active ul {
  display: flex;
}
.menu-desktop a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.menu-desktop a:hover {
  color: #222;
  text-decoration: underline;
}

.lineadevida {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #333;
  padding: 10px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  color: white;
  width: 100px;
}
.lineadevida:hover {
  background-color: #222;
}
.lineadevida img {
  height: 36px;
  margin-bottom: 5px;
}

.intro {
  text-align: center;
  padding: 20px;
}
.intro p {
  font-size: 18px;
}
.intro h1 {
  font-size: 24px;
  margin-top: 10px;
  font-weight: bold;
}

.botones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px 15px 30px;
}
.botones-caja {
  background-color: #f2bf2b;
  width: 140px;
  height: 140px;
  padding: 15px;
  text-align: center;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.botones-caja:hover {
  background-color: #d9a81f;
  cursor: pointer;
}
.botones-caja img {
  height: 50px;
  margin-bottom: 10px;
}
.botones-caja p {
  font-size: 14px;
  margin: 0;
  line-height: 1.3;
}

.boton-correo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.correo-circular {
  background-color: #c68300;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  text-align: center;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.correo-circular:hover {
  background-color: #a96f00;
  cursor: pointer;
}
.correo-circular img {
  height: 40px;
  margin-bottom: 10px;
}
.correo-circular p {
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}

.footer {
  background-color: #f2bf2b;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.footer-texto p {
  font-size: 14px;
  color: #000;
  margin: 5px 0;
}
.footer-texto strong {
  font-weight: bold;
}
.footer-whatsapp img {
  height: 50px;
  width: 50px;
}

@media (min-width: 768px) {
  .menu-desktop ul {
    display: flex !important;
    position: static;
    flex-direction: row;
    background: none;
    padding: 0;
    gap: 20px;
  }
  .menu-hamburguesa {
    display: none;
  }
  .botones {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .botones-caja {
    width: 160px;
    height: 160px;
    margin: 10px;
  }
  .intro h1 {
    font-size: 32px;
  }
  .intro p {
    font-size: 20px;
  }
  .footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer-texto {
    text-align: center;
    width: 100%;
  }
  .logo {
    height: 70px;
  }
}
@media (min-width: 1024px) {
  .botones-caja {
    width: 180px;
    height: 180px;
    padding: 20px;
  }
  .botones-caja img {
    height: 60px;
  }
  .botones-caja p {
    font-size: 16px;
  }
  .lineadevida {
    width: 100px;
  }
  .lineadevida img {
    height: 36px;
  }
  .lineadevida span {
    font-size: 12px;
  }
}
.ubicacion {
  text-align: center;
  padding: 30px 15px;
  color: #000;
}

.ubicacion h1 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.ubicacion h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.ubicacion p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.ubicacion .horario {
  display: none;
}

.mapa {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.mapa iframe {
  width: 100%;
  max-width: 600px;
  height: 300px;
  border: 2px solid #333;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .ubicacion h1 {
    font-size: 32px;
  }

  .ubicacion h2 {
    font-size: 22px;
  }

  .ubicacion p {
    font-size: 16px;
  }

  .ubicacion .horario {
    display: block;
    margin-top: 10px;
  }

  .mapa iframe {
    height: 450px;
  }
}
